 @charset "utf-8";
/* CSS Document */
*{padding:0; margin:0 auto;} /* IE8*/
*+html *{padding:0; margin:0;}
*{margin:0; padding:0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,a {
	margin: 0;
	padding: 0;
	outline: 0;
	border:0;
	font-size:12px;
	font-family: '微软雅黑';
	color:#333;
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
img{
	max-width: 100%;
}
li{list-style-type: none;}
blockquote, q {
	quotes: none;
}
img{border:0px;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
.clear{clear:both; font-size:0px; line-height:0px; height:0px; margin:0px; padding:0px;}
/* 
@font-size 
*
*/
.font_12px{font-size:12px;}
.font_14px{font-size:14px;}
/* 
@font-colcr
*
*/
body {background:#fff;}
img{ border:none;}
a:link {color:#333;text-decoration: none;}
a:visited {color:#333;text-decoration: none;}
a:hover {color:#0b96cd;text-decoration: none;}
a:active {color:#333;text-decoration: none;}
.disp{display:none;}
.disp_no{display:block;}
.left{float:left;}
.right{float:right;}
.font_red{color:#f00;}
.font_red a{color:#f00;}
.font_red a:hover{color:#f00; text-decoration:underline;}
.font_black{color:#000;}
.font_red a{color:#000;}
.font_red a:hover{color:#000; text-decoration:underline;}
.font_white,.font_white a{color:#fff;}
.font_white a:hover{color:#fff; text-decoration:underline;}
.font_red a{color:#fff;}
.font_red a:hover{color:#fff; text-decoration:underline;}
.liuyan .tow p a{color:#CB3301;text-decoration:none;}
.liuyan .tow p a:hover{color:#CB3301; text-decoration:underline;}
.yahei{font-family:"Microsoft Yahei";}

/*-------------------------------↓搜索↓------------------------------------*/
.head_ser_l{background:url(../images/search_l.png) no-repeat; width:5px; height:28px;}
.head_ser_c{background:url(../images/search_c.png) repeat-x; width:200px; height:28px;}
.search_text{ margin-top:1px; height:26px; line-height:24px; border:none; width:190px;}
.head_ser_btn{background:url(../images/search_btn1.png) no-repeat; width:30px; height:28px;cursor:pointer}

/*-------------------------------↓分页样式开始↓------------------------------------*/
.page_num{padding-top:30px; height:50px; overflow:hidden; width:96%; margin:auto;}

#page_div{line-height:20px; color:#666;}


#pagination_input{ width:40px; height:16px; line-height:16px; margin:0 8px; padding:0; overflow:hidden; border:1px solid #ccc;}


#page_div .pagination_index, #page_div .pagination_index_num{ 
	background:#f2f4f9; border:1px solid #f2f4f9; padding:0 8px;
	margin-right:2px;
	float: left; height:20px;text-align:center;}
#page_div .pagination_index a, #page_div .pagination_index_num a{padding:0px; margin:0px;text-align:center;  color:#666666;}
#page_div .pagination_index a:hover, #page_div .pagination_index_num a:hover{padding:0px; margin:0px;text-align:center;  color:#666666;}

#page_div .pagination_index_last{width:260px; float:right; text-align:right;}
/* ========="首页"样式=========*/

#page_div .pagination_index_num{margin-right:2px; padding:0px; width:20px;}
#page_div .currentIndex{ background:#1a8fc6; border:1px solid #f2f4f9; width:40px; height:20px;
line-height:20px; color:#FFF;text-align:center; font-weight:bold;} /*=========当前页码样式=========*/
/*-------------------------------↑分页样式结束↑---------------------------------------*/
/*新版分页样式*/
.page_num {text-align: center; padding: 25px 0;}
.page_num li {display: inline-block;font-size: 14px;box-sizing: border-box; margin: 0 4px 5px;}
.page_num a,.page_num .prev_page span,.page_num .next_page span {display:inline-block;padding: 3px 10px;line-height: 22px;box-sizing: border-box;border: 1px solid #999;color:#333;border-radius:6px;}
.page_num a:hover,.page_num a.current {border: 1px solid #1a8fc6;color: #1a8fc6;}
#page_input {display: inline-block;width: 34px;height: 30px;line-height: 30px;padding: 0 1px; border: 1px solid #999;margin: 0 2px; box-sizing: border-box;vertical-align:top;border-radius: 6px;}
.pae_jump a {margin-left: 5px;}
